Crate aws_smithy_types

source ·
Expand description

Protocol-agnostic types for smithy-rs.

Re-exports

pub use crate::date_time::DateTime;
pub use error::Error;

Modules

A thin wrapper over base64-simd
DateTime type for representing Smithy timestamps.
Smithy Endpoint Types
Generic errors for Smithy codegen
Utilities for formatting and parsing primitives
This module defines types that describe when to retry given a response.
This module defines types that describe timeouts that can be applied to various stages of the Smithy networking stack.

Structs

Binary Blob Type

Enums

Document Type
A number type that implements Javascript / JSON semantics, modeled on serde_json: https://docs.serde.rs/src/serde_json/number.rs.html#20-22